WebSpellCheckerClientSideEvents Properties
| OnInitialize | Description Gets or sets the event handler when WebSpellChecker is initialized. Parameters controlId Default Value - |
| OnBeforeCheckSpell | Description Gets or sets the event handler before check spell is performed. Parameters controlId Default Value - |
| OnAfterCheckSpell | Description Gets or sets the event handler after check spell is performed. Parameters controlId Default Value - |
| OnContextMenu | Description Gets or sets the event handler when WebSpellChecker's context menu is about to be displayed. Parameters controlId, menuObject, element Default Value - |
| OnClickContextMenuItem | Description Gets or sets the event handler before save is executed.Gets or sets the event handler when context menu item is clicked. Parameters controlId, menuObj, action Default Value - |
| OnExitSpellCheck | Description Gets or sets the event handler when exit spell check. Parameters controlId Default Value - |
| OnReplaceWord | Description Gets or sets the event handler when WebSpellChecker replace word. Parameters controlId, menuItem, originalWord, suggestionWords Default Value - |
| OnSpellCheckingCompleted | Description Gets or sets the event handler when spell checking is completed. Parameters controlId Default Value - |